C1.Web.Mvc Namespace / InputTime<T> Class / Value Property

In This Topic
Value Property (InputTime<T>)
In This Topic
Gets or sets the current input time.
Syntax
'Declaration
 
<JsonAttribute(False, 
   1, 
   "value")>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
Public Property Value As Nullable(Of Date)
 
See Also